JPEGTransformation Enumeration
In This Topic
Specifies a kind of lossy JPEG transformation.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum JPEGTransformation
Inherits System.Enum
[ComVisible(true)]
public enum JPEGTransformation : System.Enum
public enum JPEGTransformation = class(System.Enum)
ComVisibleAttribute()
public enum JPEGTransformation extends System.Enum
[ComVisible(true)]
__value public enum JPEGTransformation : public System.Enum
[ComVisible(true)]
public enum class JPEGTransformation : public System.Enum
Members
Member | Value | Description |
JPEGTransformationFlipHorizontal | 3 | The image is to be flipped horizontally (about the vertical axis). |
JPEGTransformationFlipVertical | 4 | The image is to be flipped vertically (about the horizontal axis). |
JPEGTransformationRotate180 | 1 | The image is to be rotated 180 degrees about its center. |
JPEGTransformationRotate270 | 2 | The image is to be rotated 270 degrees clockwise about its center. |
JPEGTransformationRotate90 | 0 | The image is to be rotated 90 degrees clockwise about its center. |
JPEGTransformationTranspose | 5 | The image is to be transposed across upper-left to lower-right axis. |
JPEGTransformationTransverse | 6 | The image is to be transposed across upper-right to lower-left axis. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.JPEGTransformation
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace